var crypto/tls.rsaKexCiphers

4 uses

	crypto/tls (current package)
		cipher_suites.go#L352: var rsaKexCiphers = map[uint16]bool{
		defaults.go#L63: 			tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
		handshake_client.go#L648: 	if hs.c.config.CipherSuites == nil && !fips140tls.Required() && rsaKexCiphers[hs.suite.id] {
		handshake_server.go#L409: 	if c.config.CipherSuites == nil && !fips140tls.Required() && rsaKexCiphers[hs.suite.id] {